github.com/andybalholm/brotli.Reader.ringbuffer_mask (field)
8 uses
github.com/andybalholm/brotli (current package)
decode.go#L1244: start := s.ringbuffer[s.partial_pos_out&uint(s.ringbuffer_mask):]
decode.go#L1325: s.ringbuffer_mask = s.new_ringbuffer_size - 1
decode.go#L1751: var p1 byte = s.ringbuffer[(pos-1)&s.ringbuffer_mask]
decode.go#L1752: var p2 byte = s.ringbuffer[(pos-2)&s.ringbuffer_mask]
decode.go#L1909: var src_start int = (pos - s.distance_code) & s.ringbuffer_mask
decode.go#L1964: s.ringbuffer[pos] = s.ringbuffer[(pos-s.distance_code)&s.ringbuffer_mask]
state.go#L106: ringbuffer_mask int
state.go#L205: s.ringbuffer_mask = 0
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |